home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Technology Demos and Tools.iso / holoview / drivers / install_notes
Encoding:
Text File  |  1996-01-22  |  1.4 KB  |  49 lines

  1. Install instructions for Solaris 2.5 and Logitech encoders
  2. -----------------------------------------------------------
  3.  
  4. This file documents the install procedure for installing the 
  5. Logitech VR peripheral drivers. This includes the modified
  6. zs driver and a new qzs driver. The procedure is much the same
  7. is it was for the older version of the VR drivers in Solaris 
  8. 2.2, 2.3 and 2.4. (Except for the location of the zs driver,
  9. which has moved from /kernel/drv to /platform/sun4x/kernel/drv,
  10. where 'x' is your current platform)
  11.  
  12.  
  13. NOTE: These drivers have only been tested with Solaris 2.5!!
  14.  
  15. For the vrdemo a new driver (qzs), and a replacement driver (zs) 
  16. need to be installed first.  
  17.  
  18. Install zs and qzs custom drivers:
  19.  
  20.     su -
  21.  
  22.     ; Install new zs driver
  23.     ; note sun4u is for Ultra, replace if using other $arch
  24.     cd /platform/sun4u/kernel/drv
  25.     mv zs zs.2.5
  26.     cp ~vrdemo/drivers/zs/zs_495_fgate_2 .
  27.     ln -s zs_495_fgate_2 zs.quick
  28.     ln -s zs.quick zs
  29.  
  30.     (ls -l zs*)
  31.  
  32.     sync to taste
  33.     reboot
  34.     (The reboot is necessary when replacing the zs driver!!)
  35.  
  36.     su -
  37.  
  38.     ; Install qzs driver
  39.     cd /usr/kernel/drv
  40.     cp ~vrdemo/drivers/qzs qzs
  41.     cp ~vrdemo/drivers/qzs/qzs.conf qzs.conf
  42.  
  43.     add_drv -m '* 0666 bin bin' /usr/kernel/drv/qzs
  44.  
  45. To see if driver is installed, do ``/usr/sbin/modinfo | grep qzs''
  46.  
  47.     sync to taste
  48.     reboot just for good measure
  49.